home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Frameworks
/
Dragonsmith 1.1.1
/
Base files
/
Utilities
/
HandleUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-13
|
273 b
|
12 lines
|
[
TEXT/KAHL
]
/*
HandleUtils.h
*/
#pragma once
OSErr CopyHandle (Handle srcHndl, Handle destHndl);
OSErr ResizeHandle (Handle h, long newSize);
Handle BigHandle (long *actualSize);
Handle AnyHandle (long size);
OSErr HandleToScrap (Handle h, ResType type);
char SmartHLock (Handle h);